home *** CD-ROM | disk | FTP | other *** search
/ Nippon Obsessions 2 / Nippon Obsessions - Volume 2.iso / pc / video / som2.dir / 00045_Script_45 < prev    next >
Text File  |  1996-05-02  |  426b  |  19 lines

  1. on exitFrame
  2.   if rollover (3) then
  3.     set the cursor of sprite 3 to [88,89]
  4.   end if
  5.   if rollover (4) then
  6.     set the cursor of sprite 4 to [88,89]
  7.   end if
  8.   if rollover (5) then
  9.     set the cursor of sprite 5 to [88,89]
  10.   end if
  11.   if rollover (6) then
  12.     set the cursor of sprite 6 to [88,89]
  13.   end if
  14.    if rollover (7) then
  15.     set the cursor of sprite 7 to [88,89]
  16.   end if
  17.   
  18.   go to the frame
  19. end